Contents   Index   Back to ACS File Format

Display Window

Each line will contain one data object (e.g. one point).
The data parameters for the object are separated by commas and are in the format:
    NAME = VALUE
    (e.g. X=123.456)
A line ending with a & means that it is continued onto the next line.
Data parameters are separted by a comma and can appear in ANY order.


[DISPLAY WINDOW]
Name="Display",OriginX=292.714,OriginY=286.553,Rotation=  00000,Scale=737.9,ExtentX=176.0,ExtentY=176.0
Name="Sect_Display",OriginX=0.000,OriginY=0.000,Scale=500.0,VScale=500.0,ExtentX=195.0,ExtentY=180.0
Name="Sheet_Display",OriginX=0.000,OriginY=0.000,Scale=500.0,ExtentX=123456789.0,ExtentY=123456789.0
Name
The name of the viewport, this indicates the way it will be used.

OriginX
The display viewport X origin in metres.

OriginY
The display viewport Y origin in metres.

Rotation
The rotation angle of the viewport in DDMMSS.

Scale
Display plot scale of the viewport. 500 means 1 to 500.

ExtentX
The viewport display X extent in mm.

ExtentY
The viewport display Y extent in mm.